*.tar.xz
*.src.rpm
packaging/*.spec
-
src/boot/ostree-prepare-root.service \
src/boot/ostree-remount.service \
$(NULL)
-
\
sc_program_name \
sc_bindtextdomain \
- sc_prohibit_empty_lines_at_EOF \
sc_prohibit_path_max_allocation \
sc_trailing_blank \
show-vc-list-except:
@$(VC_LIST_EXCEPT)
-VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|maint.mk$$
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|maint.mk|*.gpg$$
ostree_sysroot_upgrader_get_type
ostree_sysroot_upgrader_flags_get_type
</SECTION>
-
ln_r "${systemdsystemunitdir}/ostree-prepare-root.service" \
"${systemdsystemconfdir}/initrd-switch-root.target.wants/ostree-prepare-root.service"
}
-
This is an obvious one - generate a delta from the last stable release
to the current development head.
-
void ostree_async_progress_finish (OstreeAsyncProgress *self);
G_END_DECLS
-
gboolean _ostree_bootloader_grub2_generate_config (OstreeSysroot *sysroot, int bootversion, int target_fd, GCancellable *cancellable, GError **error);
G_END_DECLS
-
OstreeBootloaderSyslinux * _ostree_bootloader_syslinux_new (OstreeSysroot *sysroot);
G_END_DECLS
-
gboolean _ostree_bootloader_is_atomic (OstreeBootloader *self);
G_END_DECLS
-
GChecksum *checksum);
G_END_DECLS
-
ostree_cmd__private__ (void);
G_END_DECLS
-
GBytes *signature_bytes);
G_END_DECLS
-
return g_variant_ref_sink (g_variant_builder_end (builder));
}
-
GPtrArray *added);
G_END_DECLS
-
char * _ostree_kernel_args_to_string (OstreeKernelArgs *kargs);
G_END_DECLS
-
GInputStream * _ostree_libarchive_input_stream_new (struct archive *a);
G_END_DECLS
-
(void) close (fd);
return ret;
}
-
GError **error);
G_END_DECLS
-
return G_CONVERTER_ERROR;
}
}
-
GHashTable * ostree_mutable_tree_get_files (OstreeMutableTree *self);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
GCancellable *cancellable,
GError **error);
G_END_DECLS
-
g_list_free (ordered_keys);
return ret;
}
-
#define ostree_cleanup_sepolicy_fscreatecon __attribute__ ((cleanup(ostree_sepolicy_fscreatecon_cleanup)))
G_END_DECLS
-
GError **error);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
typedef struct OstreeRepoFile OstreeRepoFile;
G_END_DECLS
-
for (i = 0; i < size; i++)
g_string_append_c (buf, target[i]);
}
-
void _ostree_write_varuint64 (GString *buf, guint64 n);
G_END_DECLS
-
g_warn_if_fail (g_simple_async_result_get_source_tag (simple) == ot_gio_checksum_stream_async);
return g_memdup (g_simple_async_result_get_op_res_gpointer (simple), 32);
}
-
GError **error);
G_END_DECLS
-
GError **error);
G_END_DECLS
-
const char *group_name);
G_END_DECLS
-
void ot_util_usage_error (GOptionContext *context, const char *message, GError **error);
G_END_DECLS
-
gboolean ot_util_path_split_validate (const char *path, GPtrArray **out_components, GError **error);
G_END_DECLS
-
int *out_pos);
G_END_DECLS
-
void ot_waitable_queue_unref (OtWaitableQueue *queue);
G_END_DECLS
-
gboolean ot_admin_builtin_upgrade (int argc, char **argv, GCancellable *cancellable, GError **error);
G_END_DECLS
-
return g_object_ref (current_deployments->pdata[index]);
}
-
gboolean ot_admin_instutil_builtin_grub2_generate (int argc, char **argv, GCancellable *cancellable, GError **error);
G_END_DECLS
-
#undef BUILTINPROTO
G_END_DECLS
-
GError **error);
G_END_DECLS
-
#pragma once
int perrorv (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
-
echo bacon > metalink-data/metalink.xml
test_metalink_pull_error "Document must begin with an element"
echo "ok metalink err malformed"
-
# Can't grep for 'another' because of 'another-noexist'
assert_file_has_content list.txt "another-noexist"
echo "ok remote list remaining"
-